home *** CD-ROM | disk | other *** search
/ SGI Hot Mix 8 / Hot Mix 8.iso / .all / demos / ICS / builder / collections / ScrollB.col (.txt) < prev    next >
Text File  |  1994-06-22  |  355b  |  25 lines

  1. /*
  2.  * Generated by the ICS builderXcessory (BX).
  3.  *
  4.  *
  5.  * Builder Xcessory 3.0.
  6.  *
  7.  */
  8. module main_uil
  9. version = 'V1.0'
  10. names = case_sensitive
  11.  
  12. object ScrollBar1 : XmScrollBar widget {
  13.     arguments {
  14.         XmNx = 0; 
  15.         XmNy = 0; 
  16.         XmNwidth = 10; 
  17.         XmNheight = 10; 
  18.     };
  19.     controls {
  20.     };
  21.     callbacks {
  22.     };
  23. };
  24. end module;
  25.